Re: Images in Database - Mailing list pgsql-novice

From M. Bastin
Subject Re: Images in Database
Date
Msg-id a06020416bc8b2970678e@[192.168.0.101]
Whole thread Raw
In response to Images in Database  (Paulo Jorge de Oliveira Cantante de Matos <pocm@mega.ist.utl.pt>)
List pgsql-novice
You have 2 possibilities, the bytea data type or the large object
mechanism.  The bytea is generally the best because it is the most
flexible.  For a discussion comparing the two you can read the
relevant part of the pgSQL4RB manual which you can get here:
<http://aliacta.com/download>

Marc

>Possible, and this is called BLOB data type. Binary large object.

>  > Is it possible to have an image object in a database, like a gif, bmp,
>  > jpeg, no matter which format?

pgsql-novice by date:

Previous
From: Aarni Ruuhimäki
Date:
Subject: Re: Upgrading PostgreSQL
Next
From: "Marcus Andree S. Magalhaes"
Date:
Subject: problem (bug?) when killing client program